ChangeStateResult Enumeration |
Result of an alarm state change.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax[SerializableAttribute]
public enum ChangeStateResult
Members| Member name | Value | Description |
|---|
| Ok | 0 |
Everything went fine.
|
| StateAlreadySet | 1 |
State has already been set to the requested value.
|
| NonExistingAlarm | 2 |
Alarm does not exist or has already been cleared.
|
| NotAllowed | 3 |
The requested state change is not allowed or it is a workflow alarm which doesn't allow state changes.
|
| AlarmForcesWorkflow | 4 |
The alarm requires a workflow, hence it cannot be cleared
without the workflow being processed before.
|
| AlarmRequiresComment | 5 |
To clear the alarm a comment is required.
|
| AlarmTriggeringStateLasts | 6 |
The device has still the state which triggered the alarm, and clearing is forbidden as long as this state lasts.
|
See Also